css transparent input text box

47

input{
  background: transparent;
  color: #FFF;
  top: 40vh;
  position: relative;
  border: 1px solid #FFF;
  display: inline-block;
}
input[type="text"]
{
    background: transparent;
    border: none;
}

Comments

Submit
0 Comments